home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 September / PCWorld_2008-09_cd.bin / multimedia / tuxpaint / tuxpaint-0.9.20-win32-installer.exe / {app} / docs / FAQ.txt < prev    next >
Text File  |  2008-07-01  |  25KB  |  597 lines

  1.                                    Tux Paint
  2.                                  version 0.9.20
  3.                            Frequently Asked Questions
  4.  
  5.                 Copyright 2002-2008 by Bill Kendrick and others
  6.                                New Breed Software
  7.  
  8.                            bill@newbreedsoftware.com
  9.                             http://www.tuxpaint.org/
  10.  
  11.                      September 14, 2002 - February 28, 2008
  12.  
  13. Drawing-related
  14.  
  15.      * Fonts I added to Tux Paint only show squares
  16.  
  17.        The TrueType Font you're using might have the wrong encoding. If it's
  18.        'custom' encoded, for example, you can try running it through
  19.        FontForge (http://fontforge.sourceforge.net/) to convert it to an
  20.        ISO-8859 format. (Email us if you need help with special fonts.)
  21.  
  22.      * The Rubber Stamp tool is greyed out!
  23.  
  24.        This means that Tux Paint either couldn't find any stamp images, or
  25.        was asked not to load them.
  26.  
  27.        If you installed Tux Paint, but did not install the separate, optional
  28.        "Stamps" collection, quit Tux Paint and install it now. It should be
  29.        available from the same place you got the main Tux Paint program.
  30.        (Note: As of version 0.9.14, Tux Paint comes with a small collection
  31.        of example stamps.)
  32.  
  33.        If you don't want to install the default collection of stamps, you can
  34.        just create your own. See the EXTENDING TUX PAINT documentation for
  35.        more on creating PNG and SVG image files, TXT text description files,
  36.        Ogg Vorbis, MP3 or WAV sound files, and DAT text data files that make
  37.        up stamps.
  38.  
  39.        Finally, if you installed stamps, and think they should be loading,
  40.        check to see that the "nostamps" option isn't being set. (Either via a
  41.        "--nostamps" option to Tux Paint's command line, or "nostamps=yes" in
  42.        the configuration file.)
  43.  
  44.        If so, either change/remove the "nostamps" option, or you can override
  45.        it with "--stamps" on the command line or "nostamps=no" or
  46.        "stamps=yes" in a configuration file.
  47.  
  48.           * The Magic "Fill" Tool Looks Bad
  49.  
  50.             Tux Paint is probably comparing exact pixel colors when filling.
  51.             This is faster, but looks worse. Run the command
  52.             "tuxpaint --version" from a command line, and you should see,
  53.             amongst the other output: "Low Quality Flood Fill enabled".
  54.  
  55.             To change this, you must rebuild Tux Paint from source. Be sure
  56.             to remove or comment out any line that says:
  57.  
  58.               #define LOW_QUALITY_FLOOD_FILL
  59.  
  60.               in the "tuxpaint.c" file in the "src" directory.
  61.  
  62.           * Stamp outlines are always rectangles
  63.  
  64.             Tux Paint was built with low-quality (but faster) stamp outlines.
  65.  
  66.             Rebuild Tux Paint from source. Be sure to remove or comment out
  67.             any line that says:
  68.  
  69.               #define LOW_QUALITY_STAMP_OUTLINE
  70.  
  71.             in the "tuxpaint.c" file in the "src" directory.
  72.  
  73. Interface Problems
  74.  
  75.      * Stamp thumbnails in the Stamp Selector look bad
  76.  
  77.        Tux Paint was probably compiled with the faster, lower quality
  78.        thumbnail code enabled. Run the command: "tuxpaint --version" from a
  79.        command line. If, amongst the other output, you see the text: "Low
  80.        Quality Thumbnails enabled", then this is what's happening.
  81.  
  82.        Rebuild Tux Paint from source. Be sure to remove or comment out any
  83.        line that says:
  84.  
  85.          #define LOW_QUALITY_THUMBNAILS
  86.  
  87.        in the "tuxpaint.c" file in the "src" directory.
  88.  
  89.      * Pictures in the 'Open' dialog look bad
  90.  
  91.        "Low Quality Thumbnails" is probably enabled. See: "Stamp thumbnails
  92.        in the Stamp Selector look bad", above.
  93.  
  94.      * The color picker buttons are ugly squares, not pretty buttons!
  95.  
  96.        Tux Paint was probably compiled with the nice looking color selector
  97.        buttons disabled. Run the command: "tuxpaint --version" from a command
  98.        line. If, amongst the other output, you see the text: "Low Quality
  99.        Color Selector enabled", then this is what's happening.
  100.  
  101.        Rebuild Tux Paint from source. Be sure to remove or comment out any
  102.        line that says:
  103.  
  104.          #define LOW_QUALITY_COLOR_SELECTOR
  105.  
  106.        in the "tuxpaint.c" file in the "src" directory.
  107.  
  108.      * All of the text is in uppercase!
  109.  
  110.        The "uppercase" option is on.
  111.  
  112.        If you're running Tux Paint from a command-line, make sure you're not
  113.        giving it an "--uppercase" option.
  114.  
  115.        If you're running Tux Paint by double-clicking an icon, check the
  116.        properties of the icon to see if "--uppercase" is listed as a
  117.        command-line argument.
  118.  
  119.        If "--uppercase" isn't being sent on the command line, check
  120.        Tux Paint's configuration file ("~/.tuxpaintrc" under Linux and Unix,
  121.        "tuxpaint.cfg" under Windows) for a line reading: "uppercase=yes".
  122.  
  123.        Either remove that line, or simply run Tux Paint with the command-line
  124.        argument: "--mixedcase", which will override the uppercase setting.
  125.  
  126.        Or use Tux Paint Config. and make sure "Show Uppercase Text Only"
  127.        (under "Languages") is not checked.
  128.  
  129.      * Tux Paint is in a different language!
  130.  
  131.        Make sure your locale setting is correct. See "Tux Paint won't switch
  132.        to my language", below.
  133.  
  134.      * Tux Paint won't switch to my language
  135.  
  136.           * Linux and Unix users: Make sure the locale is available
  137.  
  138.             Make sure the locale you want is available. Check your
  139.             "/etc/locale.gen" file. See the OPTIONS documentation for the
  140.             locales Tux Paint uses (especially when using the "--lang"
  141.             option).
  142.  
  143.             Note: Debian users can simply run "dpkg-reconfigure locales" if
  144.             the locales are managed by "dpkg."
  145.  
  146.                * If you're using the "--lang" command-line option
  147.  
  148.                  Try using the "--locale" command-line option, or your
  149.                  operating system's locale settings (e.g., the "$LANG"
  150.                  environment variable), and please e-mail us regarding your
  151.                  trouble.
  152.  
  153.                * If you're using the "--locale" command-line option
  154.  
  155.                  If this doesn't work, please e-mail us regarding your
  156.                  trouble.
  157.  
  158.                * If you're trying to use your Operating System's locale
  159.  
  160.                  If this doesn't work, please e-mail us regarding your
  161.                  trouble.
  162.  
  163.                * Make sure you have the necessary font
  164.  
  165.                  Some translations require their own font. Chinese and
  166.                  Korean, for example, need Chinese and Korean TrueType Fonts
  167.                  installed and placed in the proper location, respectively.
  168.  
  169.                  The appropriate fonts for such locales can be downloaded
  170.                  from the Tux Paint website:
  171.  
  172.                    http://www.tuxpaint,org/download/fonts/
  173.  
  174. Printing
  175.  
  176.      * Tux Paint won't print, gives an error, or prints garbage (Unix/Linux)
  177.  
  178.        Tux Paint prints by creating a PostScript rendition of the picture and
  179.        sending it to an external command. By default, this command is the
  180.        "lpr" printing tool.
  181.  
  182.        If that program is not available (for example, you're using CUPS, the
  183.        Common Unix Printing System, and do not have "cups-lpr" installed),
  184.        you will need to specify an appropriate command using the
  185.        "printcommand" option in Tux Paint's configuration file. (See the
  186.        OPTIONS documentation.)
  187.  
  188.        Note: Versions of Tux Paint prior to 0.9.15 used a different default
  189.        command for printing, "pngtopnm | pnmtops | lpr", as Tux Paint output
  190.        PNG format, rather than PostScript.
  191.  
  192.        If you had changed your "printcommand" option prior to Tux Paint
  193.        0.9.15, you will need to go back and alter it to accept PostScript.
  194.  
  195.      * I get the message "You can't print yet!" when I go to print!
  196.  
  197.        The "print delay" option is on. You can only print once every
  198.        X seconds.
  199.  
  200.        If you're running Tux Paint from a command-line, make sure you're not
  201.        giving it a "--printdelay=..." option.
  202.  
  203.        If you're running Tux Paint by double-clicking an icon, check the
  204.        properties of the icon to see if "--printdelay=..." is listed as a
  205.        command-line argument.
  206.  
  207.        If a "--printdelay=..." option isn't being sent on the command line,
  208.        check Tux Paint's configuration file ("~/.tuxpaintrc" under Linux and
  209.        Unix, "tuxpaint.cfg" under Windows) for a line reading:
  210.        "printdelay=...".
  211.  
  212.        Either remove that line, set the delay value to 0 (no delay), or
  213.        decrease the delay to a value you prefer. (See the OPTIONS
  214.        documentation).
  215.  
  216.        Or, you can simply run Tux Paint with the command-line argument:
  217.        "--printdelay=0", which will override the configuration file's
  218.        setting, and allow unlimited printing. (You won't have to wait between
  219.        prints.)
  220.  
  221.        Or use Tux Paint Config. and make sure "Print Delay" (under
  222.        "Printing") is set to "0 seconds."
  223.  
  224.      * I simply can't print! The button is greyed out!
  225.  
  226.        The "no print" option is on.
  227.  
  228.        If you're running Tux Paint from a command-line, make sure you're not
  229.        giving it a "--noprint" option.
  230.  
  231.        If you're running Tux Paint by double-clicking an icon, check the
  232.        properties of the icon to see if "--noprint" is listed as an argument.
  233.  
  234.        If "--noprint" isn't on the command-line, check Tux Paint's
  235.        configuration file ("~/.tuxpaintrc" under Linux and Unix,
  236.        "tuxpaint.cfg" under Windows) for a line reading: "noprint=yes".
  237.  
  238.        Either remove that line, or simply run Tux Paint with the command-line
  239.        argument: "--print", which will override the configuration file's
  240.        setting.
  241.  
  242.        Or use Tux Paint Config. and make sure "Allow Printing" (under
  243.        "Printing") is checked.
  244.  
  245. Saving
  246.  
  247.      * Where are my pictures?
  248.  
  249.        Unless you asked Tux Paint to save into a specific location (using the
  250.        'savedir' option), Tux Paint saves into a standard location on your
  251.        local drive:
  252.  
  253.           * Windows
  254.             In the user's "Application Data" folder:
  255.             e.g., C:\Documents and Settings\Username\Application
  256.             Data\TuxPaint\saved
  257.           * Mac OS X
  258.             In the user's "Application Support" folder:
  259.             e.g., /Users/Username/Library/Applicaton Support/TuxPaint/saved/
  260.           * Linux / Unix
  261.             In the user's $HOME directory, under a ".tuxpaint" subfolder:
  262.             e.g., /home/username/.tuxpaint/saved/
  263.  
  264.        The images are stored as PNG bitmaps, which most modern programs
  265.        should be able to load (image editors, word processors, web browsers,
  266.        etc.)
  267.  
  268.      * Tux Paint always saves over my old picture!
  269.  
  270.        The "save over" option is enabled. (This disables the prompt that
  271.        would appear when you click 'Save.')
  272.  
  273.        If you're running Tux Paint from a command-line, make sure you're not
  274.        giving it a "--saveover" option.
  275.  
  276.        If you're running Tux Paint by double-clicking an icon, check the
  277.        properties of the icon to see if "--saveover" is listed as an
  278.        argument.
  279.  
  280.        If "--saveover" isn't on the command-line, check Tux Paint's
  281.        configuration file ("~/.tuxpaintrc" under Linux and Unix,
  282.        "tuxpaint.cfg" under Windows) for a line reading: "saveover=yes".
  283.  
  284.        Either remove that line, or simply run Tux Paint with the command-line
  285.        argument: "--saveoverask", which will override the configuration
  286.        file's setting.
  287.  
  288.        Or use Tux Paint Config. and make sure "Ask Before Overwriting" (under
  289.        "Saving") is checked.
  290.  
  291.        Also, see "Tux Paint always saves a new picture!", below.
  292.  
  293.      * Tux Paint always saves a new picture!
  294.  
  295.        The "never save over" option is enabled. (This disables the prompt
  296.        that would appear when you click 'Save.')
  297.  
  298.        If you're running Tux Paint from a command-line, make sure you're not
  299.        giving it a "--saveovernew" option.
  300.  
  301.        If you're running Tux Paint by double-clicking an icon, check the
  302.        properties of the icon to see if "--saveovernew" is listed as an
  303.        argument.
  304.  
  305.        If "--saveovernew" isn't on the command-line, check Tux Paint's
  306.        configuration file ("~/.tuxpaintrc" under Linux and Unix,
  307.        "tuxpaint.cfg" under Windows) for a line reading: "saveover=new".
  308.  
  309.        Either remove that line, or simply run Tux Paint with the command-line
  310.        argument: "--saveoverask", which will override the configuration
  311.        file's setting.
  312.  
  313.        Or use Tux Paint Config. and make sure "Ask Before Overwriting" (under
  314.        "Saving") is checked.
  315.  
  316.        Also, see "Tux Paint always saves over my old picture!", above.
  317.  
  318. Audio Problems
  319.  
  320.      * There's no sound!
  321.  
  322.           * First, check the obvious:
  323.  
  324.                * Are your speakers connected and turned on?
  325.                * Is the volume turned up on your speakers?
  326.                * Is the volume turned up in your Operating System's "mixer?"
  327.                * Are you certain you're using a computer with a sound card?
  328.                * Are any other programs running that use sound? (They may be
  329.                  'blocking' Tux Paint from accessing your sound device)
  330.                * (Unix/Linux) Are you using a sound system, such as aRts, ESD
  331.                  or GStreamer? If so, try setting the "SDL_AUDIODRIVER"
  332.                  environment variable before running Tux Paint (e.g.,
  333.                  "export SDL_AUDIODRIVER=arts"). Or, run Tux Paint through
  334.                  the system's rerouter (e.g., run "artsdsp tuxpaint" or
  335.                  "esddsp tuxpaint", instead of simply "tuxpaint").
  336.  
  337.           * Is sound disabled in Tux Paint?
  338.  
  339.             If sound seems to work otherwise (and you're sure no other
  340.             program is "blocking" the sound device), then Tux Paint may be
  341.             running with a "no sound" option.
  342.  
  343.             Make sure you're not running Tux Paint with the "--nosound"
  344.             option as a command-line argument. (See the OPTIONS documentation
  345.             for details.)
  346.  
  347.             If it's not, then check the configuration file
  348.             ("/etc/tuxpaint/tuxpaint.conf" and "~/.tuxpaintrc" under Linux
  349.             and Unix, and "tuxpaint.cfg" under Windows) for a line reading:
  350.             "nosound=yes".
  351.  
  352.             Either remove that line, or simply run Tux Paint with the
  353.             command-line argument: "--sound", which will override the
  354.             configuration file's setting.
  355.  
  356.             Alternatively, you can use Tux Paint Config. to change the
  357.             configuration file. Make sure "Enable Sound Effects" (under
  358.             "Video & Sound") is checked, then click "Apply".
  359.  
  360.           * Were sounds temporarily disabled?
  361.  
  362.             Even if sounds are enabled in Tux Paint, it is possible to
  363.             disable and re-enable them temporarily using the [Alt] + [S] key
  364.             sequence. Try pressing those keys to see if sounds begin working
  365.             again.
  366.  
  367.           * Was Tux Paint built without sound support?
  368.  
  369.             Tux Paint may have been compiled with sound support disabled. To
  370.             test whether sound support was enabled when Tux Paint was
  371.             compiled, run Tux Paint from a command line, like so:
  372.  
  373.               tuxpaint --version
  374.  
  375.             If, amongst the other information, you see "Sound disabled", then
  376.             the version of Tux Paint you're running has sound disabled.
  377.             Recompile Tux Paint, and be sure NOT to build the "nosound"
  378.             target. (i.e., don't run "make nosound") Be sure the SDL_mixer
  379.             library and its development headers are available!
  380.  
  381.      * Tux Paint makes too much noise! Can I turn them off?
  382.  
  383.        Yes, there are a number of ways to disable sounds in Tux Paint:
  384.  
  385.           * Press [Alt] + [S] while in Tux Paint to temporarily disable
  386.             sounds. (Press that key sequence again to re-enable sounds.)
  387.           * Run Tux Paint with the "no sound" option:
  388.  
  389.                * Use Tux Paint Config to uncheck the "Enable Sound Effects"
  390.                  option (under "Video & Sound").
  391.                * Edit Tux Paint's configuration file (see OPTIONS for
  392.                  details) and add a line containing "nosound=yes".
  393.                * Run "tuxpaint --nosound" from the command line or shortcut
  394.                  or desktop icon.
  395.                * Recompile Tux Paint with sound support disabled. (See above
  396.                  and INSTALL.txt.)
  397.  
  398.      * The sound effects sound strange
  399.  
  400.        This could have to do with how SDL and SDL_mixer were initialized.
  401.        (The buffer size chosen.)
  402.  
  403.        Please e-mail us with details about your computer system. (Operating
  404.        system and version, sound card, which version of Tux Paint you're
  405.        running (run "tuxpaint --version" to verify), and so on.)
  406.  
  407. Fullscreen Mode Problems
  408.  
  409.      * When I run Tux Paint full-screen and ALT-TAB out, the window turns
  410.        black!
  411.  
  412.        This is apparently a bug in the SDL library. Sorry.
  413.  
  414.      * When I run Tux Paint full-screen, it has large borders around it
  415.  
  416.        Linux users - Your X-Window server is probably not set with the
  417.        ability to switch to the desired resolution: 800 *600. (or whatever
  418.        resolution you have Tux Paint set to run at.) (This is typically done
  419.        manually under the X-Window server by pressing [Ctrl]-[Alt]-[KeyPad
  420.        Plus] and -[KeyPad Minus].)
  421.  
  422.        For this to work, your monitor must support that resolution, and you
  423.        need to have it listed in your X server configuration.
  424.  
  425.        Check the "Display" subsection of the "Screen" section of your XFree86
  426.        or X.org configuration file (typically "/etc/X11/XF86Config-4" or
  427.        "/etc/X11/XF86Config", depending on the version of XFree86 you're
  428.        using; 3.x or 4.x, respectively, or "/etc/X11/xorg.conf" for X.org).
  429.  
  430.        Add "800x600" (or whatever resolution(s) you want) to the appropriate
  431.        "Modes" line. (e.g., in the "Display" subsection that contains 24-bit
  432.        color depth ("Depth 24"), which is what Tux Paint tries to use.) e.g.:
  433.  
  434.          Modes "1280x1024" "1024x768" "800x600" "640x480"
  435.  
  436.        Note that some Linux distributions have tools that can make these
  437.        changes for you. Debian users can run the command "dpkg-reconfigure
  438.        xserver-xfree86" as root, for example.
  439.  
  440.      * Tux Paint keeps running in Full Screen mode - I want it windowed!
  441.  
  442.        The "fullscreen" option is set.
  443.  
  444.        If you're running Tux Paint from a command-line, make sure you're not
  445.        giving it a "--fullscreen" option.
  446.  
  447.        If you're running Tux Paint by double-clicking an icon, check the
  448.        properties of the icon to see if "--fullscreen" is listed as an
  449.        argument.
  450.  
  451.        If "--fullscreen" isn't on the command-line, check Tux Paint's
  452.        configuration file ("~/.tuxpaintrc" under Linux and Unix,
  453.        "tuxpaint.cfg" under Windows) for a line reading: "fullscreen=yes".
  454.  
  455.        Either remove that line, or simply run Tux Paint with the command-line
  456.        argument: "--windowed", which will override the configuration file's
  457.        setting.
  458.  
  459.        Or use Tux Paint Config. and make sure "Fullscreen" (under "Video &
  460.        Sound") is not checked.
  461.  
  462. Other Problems
  463.  
  464.      * Tux Paint won't run
  465.  
  466.        If Tux Paint aborts with the message: "You're already running a copy
  467.        of Tux Paint!", this means it has been launched in the last 30
  468.        seconds. (On Unix/Linux, this message would appear in a terminal
  469.        console if you ran Tux Paint from a command-line. On Windows, this
  470.        message would appear in a file named "stdout.txt" in the same folder
  471.        where TuxPaint.exe resides (e.g., in C:\Program Files\TuxPaint).
  472.  
  473.        A lockfile ("~/.tuxpaint/lockfile.dat" on Linux and Unix,
  474.        "userdata\lockfile.dat" on Windows) is used to make sure Tux Paint
  475.        isn't run too many times at once (e.g., due to a child impatiently
  476.        clicking its icon more than once).
  477.  
  478.        Even if the lockfile exists, it contains the 'time' Tux Paint was last
  479.        run. If it's been more than 30 seconds, Tux Paint should run fine, and
  480.        simply update the lockfile with the current time.
  481.  
  482.        If multiple users are sharing the directory where this file is stored
  483.        (e.g., on a shared network drive), then you'll need to disable this
  484.        feature.
  485.  
  486.        To disable the lockfile, add the "--nolockfile" argument to
  487.        Tux Paint's command-line.
  488.  
  489.      * I can't quit Tux Paint
  490.  
  491.        The "noquit" option is set. This disables the "Quit" button in
  492.        Tux Paint's toolbar (greying it out), and prevents Tux Paint from
  493.        being quit using the [Escape] key.
  494.  
  495.        If Tux Paint is not in fullscreen mode, simply click the window close
  496.        button on Tux Paint's title bar. (i.e., the "(x)" at the upper right.)
  497.  
  498.        If Tux Paint is in fullscreen mode, you will need to use the [Shift] +
  499.        [Control] + [Escape] sequence on the keyboard to quit Tux Paint.
  500.  
  501.        (Note: with or without "noquit" set, you can always use the [Alt] +
  502.        [F4] combination on your keyboard to quit Tux Paint.)
  503.  
  504.      * I don't want "noquit" mode enabled!
  505.  
  506.        If you're running Tux Paint from a command-line, make sure you're not
  507.        giving it a "--noquit" option.
  508.  
  509.        If you're running Tux Paint by double-clicking an icon, check the
  510.        properties of the icon to see if "--noquit" is listed as an argument.
  511.  
  512.        If "--noquit" isn't on the command-line, check Tux Paint's
  513.        configuration file ("~/.tuxpaintrc" under Linux and Unix,
  514.        "tuxpaint.cfg" under Windows) for a line reading: "noquit=yes".
  515.  
  516.        Either remove that line, or simply run Tux Paint with the command-line
  517.        argument: "--quit", which will override the configuration file's
  518.        setting.
  519.  
  520.        Or use Tux Paint Config. and make sure "Disable Quit Button and
  521.        [Escape] Key" (under "Simplification") is not checked.
  522.  
  523.      * Tux Paint keeps writing weird messages to the screen / to a text file
  524.  
  525.        A few messages are normal, but if Tux Paint is being extremely verbose
  526.        (like listing the name of every rubber-stamp image it finds while
  527.        loading them), then it was probably compiled with debugging output
  528.        turned on.
  529.  
  530.        Rebuild Tux Paint from source. Be sure to remove or comment out any
  531.        line that says:
  532.  
  533.          #define DEBUG
  534.  
  535.        in the "tuxpaint.c" file in the "src" directory.
  536.  
  537.      * Tux Paint is using options I didn't specify!
  538.  
  539.        By default, Tux Paint first looks at configuration files for options.
  540.  
  541.           * Unix and Linux
  542.  
  543.             Under Unix and Linux, it first examines the system-wide
  544.             configuration file, located here:
  545.  
  546.               /etc/tuxpaint/tuxpaint.conf
  547.  
  548.             It then examines the user's personal configuration file:
  549.  
  550.               ~/.tuxpaintrc
  551.  
  552.             Finally, any options sent as command-line arguments are used.
  553.  
  554.           * Windows
  555.  
  556.             Under Windows, Tux Paint first examines the configuration file:
  557.  
  558.               tuxpaint.cfg
  559.  
  560.             Then, any options sent as command-line arguments are used.
  561.  
  562.        This means that if anything is set in a configuration file that you
  563.        don't want set, you'll need to either change the config. file (if you
  564.        can), or override the option on the command-line.
  565.  
  566.        For example, if "/etc/tuxpaint/tuxpaint.conf" includes an option to
  567.        disable sound:
  568.  
  569.          nosound=yes
  570.  
  571.        You can reenable sound by either adding this option to your own
  572.        ".tuxpainrc" file:
  573.  
  574.          sound=yes
  575.  
  576.        Or by using this command-line argument:
  577.  
  578.          --sound
  579.  
  580.        Linux and Unix users can also disable the system-wide configuration
  581.        file by including the following command-line argument:
  582.  
  583.          --nosysconfig
  584.  
  585.        Tux Paint will then only look at "~/.tuxpaintrc" and command-line
  586.        arguments to determine what options should be set.
  587.  
  588. Help / Contact
  589.  
  590.    Any questions you don't see answered? Let me know!
  591.  
  592.      bill@newbreedsoftware.com
  593.  
  594.    Or post to our 'tuxpaint-users' mailing list:
  595.  
  596.      http://www.tuxpaint.org/lists/
  597.